﻿2026-08-03T01:12:53.9885634Z ##[group]Run actions/checkout@v5
2026-08-03T01:12:53.9886125Z with:
2026-08-03T01:12:53.9886478Z   repository: BigscreenVR/spt-bs-core
2026-08-03T01:12:53.9889327Z   token: ***
2026-08-03T01:12:53.9889701Z   ssh-strict: true
2026-08-03T01:12:53.9890043Z   ssh-user: git
2026-08-03T01:12:53.9890396Z   persist-credentials: true
2026-08-03T01:12:53.9890776Z   clean: true
2026-08-03T01:12:53.9891129Z   sparse-checkout-cone-mode: true
2026-08-03T01:12:53.9891531Z   fetch-depth: 1
2026-08-03T01:12:53.9891869Z   fetch-tags: false
2026-08-03T01:12:53.9892218Z   show-progress: true
2026-08-03T01:12:53.9892574Z   lfs: false
2026-08-03T01:12:53.9892903Z   submodules: false
2026-08-03T01:12:53.9893260Z   set-safe-directory: true
2026-08-03T01:12:53.9893669Z   allow-unsafe-pr-checkout: false
2026-08-03T01:12:53.9894095Z ##[endgroup]
2026-08-03T01:12:54.0644921Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T01:12:54.0646452Z ##[group]Getting Git version info
2026-08-03T01:12:54.0647110Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T01:12:54.0648040Z [command]/usr/bin/git version
2026-08-03T01:12:54.0648464Z git version 2.43.0
2026-08-03T01:12:54.0664542Z ##[endgroup]
2026-08-03T01:12:54.0672348Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/c0e2d0e1-8085-4e6d-ab2e-c999d1e18f02/.gitconfig'
2026-08-03T01:12:54.0679425Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c0e2d0e1-8085-4e6d-ab2e-c999d1e18f02' before making global git config changes
2026-08-03T01:12:54.0680708Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:12:54.0682288Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T01:12:54.0731885Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T01:12:54.0751514Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:12:54.0761020Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T01:12:54.0763791Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T01:12:54.0783203Z refs/heads/golden/gc-fix-125
2026-08-03T01:12:54.0789042Z [command]/usr/bin/git checkout --detach
2026-08-03T01:12:54.0846741Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:12:54.0913164Z [command]/usr/bin/git branch --delete --force golden/gc-fix-125
2026-08-03T01:12:54.0944568Z Deleted branch golden/gc-fix-125 (was 184f2ac4e).
2026-08-03T01:12:54.1039958Z ##[endgroup]
2026-08-03T01:12:54.1042997Z [command]/usr/bin/git submodule status
2026-08-03T01:12:54.1228810Z ##[group]Cleaning the repository
2026-08-03T01:12:54.1231658Z [command]/usr/bin/git clean -ffdx
2026-08-03T01:12:54.1268051Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T01:12:54.1324491Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T01:12:54.1329603Z ##[endgroup]
2026-08-03T01:12:54.1331115Z ##[group]Disabling automatic garbage collection
2026-08-03T01:12:54.1333713Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T01:12:54.1356729Z ##[endgroup]
2026-08-03T01:12:54.1357472Z ##[group]Setting up auth
2026-08-03T01:12:54.1361588Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:12:54.1383077Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T01:12:54.1572554Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:12:54.1596837Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T01:12:54.1776097Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:12:54.1800785Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T01:12:54.1995289Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T01:12:54.2024332Z ##[endgroup]
2026-08-03T01:12:54.2025068Z ##[group]Fetching the repository
2026-08-03T01:12:54.2030504Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +184f2ac4e0f9df9d805a81c302a1409762fac2f8:refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:12:54.6435633Z ##[endgroup]
2026-08-03T01:12:54.6436814Z ##[group]Determining the checkout info
2026-08-03T01:12:54.6437985Z ##[endgroup]
2026-08-03T01:12:54.6441394Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T01:12:54.6493346Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T01:12:54.6556587Z ##[group]Checking out the ref
2026-08-03T01:12:54.6557798Z [command]/usr/bin/git checkout --progress --force -B golden/gc-fix-125 refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:12:54.6574258Z Switched to a new branch 'golden/gc-fix-125'
2026-08-03T01:12:54.6575272Z branch 'golden/gc-fix-125' set up to track 'origin/golden/gc-fix-125'.
2026-08-03T01:12:54.6579596Z ##[endgroup]
2026-08-03T01:12:54.6618323Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T01:12:54.6643445Z 184f2ac4e0f9df9d805a81c302a1409762fac2f8
